Voxco · Example Payload

Get Responses_{Questionkey} Response 200

Survey SoftwareMarket ResearchCATIOmnichannelText AnalyticsData CollectionPanel Management

Get Responses_{Questionkey} Response 200 is an example object payload from Voxco, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

responseserrorMessage

Example Payload

Raw ↑
{
  "responses": [
    {
      "rid": "34-22907",
      "text": "I do not like the red color",
      "transcription": null,
      "translation": null,
      "notes": null,
      "codeKeys": [
        4978,
        886
      ]
    },
    {
      "rid": "34-22988",
      "text": "This is a fantastic product",
      "transcription": null,
      "translation": null,
      "notes": null,
      "codeKeys": [
        449
      ]
    }
  ],
  "errorMessage": null
}